-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
gh-132176: Fix crash on type()
when tuple
subclass passed as bases
#132212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Misc/NEWS.d/next/Core_and_Builtins/2025-04-07-12-50-10.gh-issue-132176.PRDbkA.rst
Outdated
Show resolved
Hide resolved
…e-132176.PRDbkA.rst
Co-authored-by: Victor Stinner <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you, @vstinner for your help! |
Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…s `bases` (pythonGH-132212) (cherry picked from commit b6c552f) Co-authored-by: sobolevn <[email protected]> Co-authored-by: Victor Stinner <[email protected]>
GH-132548 is a backport of this pull request to the 3.13 branch. |
…as `bases` (GH-132212) (#132548) gh-132176: Fix crash on `type()` when `tuple` subclass passed as `bases` (GH-132212) (cherry picked from commit b6c552f) Co-authored-by: sobolevn <[email protected]> Co-authored-by: Victor Stinner <[email protected]>
aarch64 Fedora Stable LTO + PGO 3.x and aarch64 Fedora Stable LTO 3.13 failed because their disk is full, see: #132553. |
bases
parameter fortype
#132176